home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #40 (Jan 89) / Help.sit / YourApp.R < prev    next >
Text File  |  1988-10-21  |  694b  |  42 lines

  1. * File name:  YourApp.R
  2. * Example .R file for YourApp, which
  3. * is an example application name
  4. * that has been linked with DoHelp.
  5. * Resource is also an example name, it
  6. * should be the name of a resource file
  7. * containing all of the needed resources for
  8. * YourApp, Including the 'help' resources for 
  9. * DoHelp which you can create using ResEdit
  10. * This also creates the DLOG & DITL that
  11. * DoHelp needs.
  12.  
  13. MDS1:YourApp
  14. APPLTEST
  15.  
  16. Type DLOG
  17.  ,2000
  18. Help
  19. 56 32 318 476
  20. visible NoGoAway
  21. 4
  22. 0
  23. 2000
  24.  
  25. Type DITL
  26.  ,2000
  27. 3
  28.  
  29. Button
  30. 232 152 256 288
  31. Done with help
  32.  
  33. userItem
  34. 8 8 200 434
  35.  
  36. staticText Disabled
  37. 208 96 224 344
  38. Click on a Help topic (above) to view.
  39.  
  40. INCLUDE MDS2:YourApp.Code
  41. INCLUDE MDS1:Resources
  42.